home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 134 / PC Format DVD 2002.iso / Full / 3D Flash Animator / 3DFlashAnimator3Setup.exe / file0764_1eb80f_1eba11.bin < prev    next >
Encoding:
Text File  |  2001-11-08  |  1.0 KB  |  37 lines

  1. <comment> Creates and returns a "hide" event. </comment>
  2.  
  3. <title>Hide model</title>
  4.  
  5. <include src="new_event_script.html">
  6.  
  7. <script language="EasyScript">
  8.  
  9. /////////////////
  10. function OnLoad ()
  11. {
  12.     SetModelLink (new Hide3DEvent, "Hide");
  13. }
  14.  
  15. </script>
  16.  
  17. <body bgcolor="normal" text="#000000" OnLoad="OnLoad()" OnEnter="AddEvent()" translate>
  18. <div valign=middle>
  19.  
  20. <table width="100%" cellspacing=4 cellpadding=0 bgcolor="light" borderstyle="raised">
  21. <tr><td>
  22.     <table cellspacing=4 cellpadding=0 width=100%>
  23.     <tr><td valign=top><img src="images/large_hide.bitmap">
  24.         <td valign=top width=exact><font size=5><include value="object.name"></font>
  25.         <td>
  26. </table></table>
  27.  
  28. <spacer height=4>
  29.  
  30. <table cellspacing=0 cellpadding=0 width="100%">
  31. <tr><td align=right>
  32. <a button onMouseUp="Add3DEvent('Hide')" width=+10 height=+2><img src="images/small_hide.bitmap" hspace=4>Add event</a>
  33. <a button onMouseUp="window.close()" width=+20 height=+2><img src="images/small_cancel.bitmap" hspace=4>Cancel</a>
  34. </table>
  35.  
  36. <spacer height=4>
  37.